DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / ReadMint Method / ReadMint(StringReader,Func<String,Int32,Byte[]>) Method
MINT text input
User defined Func to obtain binary data for a specific bid

In This Topic
    ReadMint(StringReader,Func<String,Int32,Byte[]>) Method
    In This Topic
    Read MINT Stream to reconstruct DICOM data from MINT data
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReadMint( _
       ByVal Reader As System.IO.StringReader, _
       ByVal GetBinaryDataAsStream As System.Func(Of String,Integer,Byte()) _
    ) 
    public void ReadMint( 
       System.IO.StringReader Reader,
       System.Func<string,int,byte[]> GetBinaryDataAsStream
    )

    Parameters

    Reader
    MINT text input
    GetBinaryDataAsStream
    User defined Func to obtain binary data for a specific bid
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also